@charset "utf-8";
@import url('NotoSansSC.css');
@font-face {
    font-family: 'Bahnschrift';
    src: url('../font/Bahnschrift.woff2') format('woff2'),
        url('../font/Bahnschrift.woff') format('woff'),
        url('../font/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#000; overflow-x: hidden; font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #b2b2b2;}
::-moz-placeholder {color: #b2b2b2;}
:-ms-input-placeholder {color: #b2b2b2;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color:#eb6133;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1650px; margin: 0 auto; padding: 0 50px;}
.w1700{ width: 100%; max-width: 1800px; margin: 0 auto; padding: 0 50px;}
.w1600{ width: 100%; max-width: 1700px; margin: 0 auto; padding: 0 50px;}
.w1360{ width: 100%; max-width: 1460px; margin: 0 auto; padding: 0 50px;}
.w1200{ width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 50px;}
.w1150{ width: 100%; max-width: 1250px; margin: 0 auto; padding: 0 50px;}
.ovh{overflow: hidden;}

.white{ color: #fff !important;}
.black{ color: #000 !important;}
.orange{ color: #f1541f !important;}
.blue{ color: #0260a3 !important;}

.top100{ top: 100px !important;}

.alignCenter{ text-align: center;}
.alignRight{ text-align: right;}
.verticalCenter{ top: 50% !important; transform: translateY(-50%);}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 84px; background:rgba(0,0,0,.5); position: fixed; left: 0; top: 0; z-index: 99999; padding: 0 80px;}
.header .logo{height:44px;}
.header .nav{ position: relative;}
.header .nav>ul>li{ margin-left: 50px; position: relative;}
.header .nav>ul>li>a{ font-size:16px; color:#fff; line-height:84px; padding: 0 10px; transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover{ color:#eb6133;}
.header .nav>ul>li .subnav{ width: 170px; background: rgba(0, 0, 0, .65); border-top: 2px solid #eb6133; padding: 20px; position: absolute; top: 84px; left: 50%; transform: translateX(-50%); overflow: hidden; display: none;}
.header .nav>ul>li .subnav a{ color: #fff;  text-align: center; line-height: 2; display: block;}
.header .nav>ul>li .subnav a:hover{ color: #eb6133;}
.header .headRight { margin-left: auto;}
.header .search{ width: 220px; border-bottom: #fff solid 1px;}
.header .search input{ width: calc(100% - 30px); height: 40px; background: none; border: none; font-size: 12px; color: #fff;}
.header .search button{ width: 30px; height: 40px; background: url(../images/icon03.png) no-repeat right center; border: none; cursor: pointer;}
.header .lang{ position: relative; margin: 0 55px 0 35px;}
.header .lang dl{ background: url(../images/icon02.png) no-repeat right center; padding:0 15px 0 10px; color: #fff; line-height: 84px; cursor: pointer;}
.header .lang .subnav{ background: rgba(0, 0, 0, .65); border-top: 2px solid #eb6133; padding: 20px; position: absolute; top: 84px; left: 50%; transform: translateX(-50%); overflow: hidden; display: none;}
.header .lang .subnav a{ color: #fff; line-height: 2; display: block;}
.header .lang .subnav a:hover{ color: #eb6133;}
.header .tel{ width: 280px; height: 40px; line-height: 40px; background: #eb6133; border-radius:40px; color: #fff; font-size: 26px; font-family:"Bahnschrift",sans-serif; text-align: center;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { height: 100vh; position: relative; overflow: hidden;}
.banner .bannerText{ width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 11;}
.banner .bannerText .con{ max-width: 1470px; padding: 0 50px; margin: 0 auto; color: #fff;}
.banner .bannerText .con h2{ font-size: 64px; font-weight: normal; line-height: 1.3; margin-bottom: 30px;}
.banner .bannerText .con h2 span{ font-size: 78px; font-weight: bold; position: relative; padding:0 45px;}
.banner .bannerText .con h2 span::before{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; left: 30px; top: -8px;}
.banner .bannerText .con h2 span::after{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; right: 30px; bottom: -8px; transform:rotate(180deg);}
.banner .bannerText .con dl{ font-size: 30px; margin-bottom: 60px;}
.banner .bannerText .con a{ width: 130px; line-height: 46px; background: #eb6133; border-radius: 50px; color: #fff; text-align: center; display: block;}
.banner .bannerText .con a:hover{ background: #d65227;}

.proBanner .swiper-slide{ position: relative;}
.proBanner .swiper-slide .bannerText{ width: 100%; position: absolute; left: 0; top: 50%; z-index: 11; transform: translateY(-50%);}
.proBanner .swiper-slide .bannerText h2{ font-size: 56px; font-weight: normal; color: #000; margin-bottom: 60px;}
.proBanner .swiper-slide .bannerText a{ width: 120px; height: 36px; line-height: 36px; background: #eb6133; border-radius: 36px; color: #fff; text-align: center; display: block;}
.proBanner .swiper-slide .bannerText a:hover{background: #d65227;}
.proBanner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.proBanner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 40px;height:2px; background:#8f9094; border:none; border-radius: 0; margin: 0 5px; opacity: 1; cursor: pointer;}
.proBanner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
.proBanner .swiper-slide-active{opacity:1;}

.proviewBanner{ position: relative;}
.proviewBanner img{ width: 100%;}
.proviewBanner .bannerText{ width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-70%); z-index: 11;}
.proviewBanner .bannerText h2{ font-size: 55px; color: #eb6133; line-height: 1; margin-bottom: 40px;}
.proviewBanner .bannerText dt{ font-size: 40px; color: #fff; font-weight: 300; line-height: 1; margin-bottom: 70px;}
.proviewBanner .bannerText .videoBtn{ width: 118px; height: 40px; line-height: 40px; font-size: 17px; border-radius: 40px; padding-left: 16px; background: #fff url(../images/icon50.png) no-repeat right 15px center; cursor: pointer;}
.proviewBanner .bannerText .videoBtn:hover{color: #fff;  background: #eb6133 url(../images/icon50.png) no-repeat right 15px center;}

.solutionBanner{ position: relative;}
.solutionBanner .bannerText{ width: 525px; color: #fff; text-align: center; position: absolute; left: 50%; bottom: 60px; z-index: 11; transform: translateX(-50%);}
.solutionBanner .bannerText h2{ font-size: 72px; font-weight: 500; line-height: 1; margin-bottom: 35px;}
.solutionBanner .bannerText dt{ font-size: 18px; line-height: 1.6;}

.serviceBanner{ height: 100vh; position: relative; overflow: hidden;  background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; }
.serviceBanner .bannerText{ width: 100%; color: #fff;}
.serviceBanner .bannerText h2{ font-size: 64px; line-height: 1; margin-bottom: 35px;}
.serviceBanner .bannerText p{ font-size: 32px; line-height: 1;}

.aboutBanner{height: 100vh; position: relative; overflow: hidden;  background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; }
.aboutBanner .bannerText{ width: 100%; color: #fff;}
.aboutBanner .bannerText .box{ text-align: center; display: inline-block;}
.aboutBanner .bannerText h2{ font-size: 64px; line-height: 1; font-weight: 300; margin-bottom: 35px; display: flex; align-items: center;}
.aboutBanner .bannerText h2 span{ font-size: 64px; font-weight: normal; position: relative; padding:0 40px;}
.aboutBanner .bannerText h2 span::before{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; left: 20px; top: -8px;}
.aboutBanner .bannerText h2 span::after{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; right: 20px; bottom: -8px; transform:rotate(180deg);}
.aboutBanner .bannerText p{ font-size: 24px; line-height: 1; font-weight: 300; display: inline;}

.contactBanner{ height: 100vh; position: relative; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center;}
.contactBanner .bannerText{ margin-top: 230px;}
.contactBanner .bannerText h2{ font-size: 56px; color: #fff; line-height: 1;}

.title{ margin-bottom: 30px; text-align: center; }
.title h2{ font-size: 67px; color: #fff; line-height: 1.5;}
.title h2 span{ font-size: 78px; font-weight: bold; position: relative; padding:0 45px;}
.title h2 span::before{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; left: 30px; top: -8px;}
.title h2 span::after{ content: ""; width: 27px; height: 27px; background: url(../images/icon01.png) no-repeat center; position: absolute; right: 30px; bottom: -8px; transform:rotate(180deg);}

.ntitle{ text-align: center; margin-bottom: 58px;}
.ntitle h2{ font-size: 46px; line-height: 1; margin-bottom: 18px;}
.ntitle dt{ font-size: 36px; line-height: 1;}
.ntitle p{ font-size:20px; color: #393737; line-height: 1;}

.indexOne{ background: #000; padding: 90px 0 20px;}
.indexOne .box{ position: relative;}
.indexOne .tabNav{ width: 100%; max-width: 1490px; padding: 0 50px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 111;}
.indexOne .tabNav .swiper-slide{ width: 100%; height: 160px; background: #201f1c; border-radius: 10px; text-align: center; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.indexOne .tabNav .swiper-slide.swiper-slide-thumb-active{ background: #eb6133;}
.indexOne .tabNav .swiper-slide i{ height: 60px; line-height: 58px; display: block; margin-bottom: 20px;}
.indexOne .tabNav .swiper-slide h3{ font-size: 18px; color: #fff; font-weight: 500; line-height: 1;}
.indexOne .tabCon{ position: relative;}
.indexOne .tabCon .swiper-slide{ position: relative; z-index: 100;}
.indexOne .tabCon .swiper-slide .itemText{ width: 100%; position: absolute; left: 0; top: 230px; z-index: 11;}
.indexOne .tabCon .swiper-slide .itemText .con{ width: 100%; max-width: 1490px; padding: 0 50px; margin: 0 auto; color: #fff;}
.indexOne .tabCon .swiper-slide .itemText .con h3{ font-size: 46px; font-weight: 500; line-height: 1; margin-bottom: 60px;}
.indexOne .tabCon .swiper-slide .itemText .con dt{ width: 470px; font-size: 18px; font-weight: 400; line-height: 1.8;}
.indexOne .tabCon .swiper-slide img{ width: 100%;}

.indexTwo{ padding: 60px 0 135px; background: #000 url(../images/indexTwoBg.webp) no-repeat center bottom;}
.indexTwo .tabNav{ padding-top: 60px; margin-bottom: 120px;}
.indexTwo .tabNav ul { border-bottom: #fff solid 1px; padding-bottom: 35px;}
.indexTwo .tabNav ul li{ padding: 20px 38px 0; cursor: pointer;}
.indexTwo .tabNav ul li h3{ font-size: 24px; color: #fff; font-weight: normal; line-height: 1; padding-bottom: 18px;}
.indexTwo .tabNav ul li.on h3{ font-size: 32px; font-weight: 500; border-bottom: #eb6133 solid 4px;}
.indexTwo .tabCon{ width: 1160px; margin: 0 auto; position: relative;}
.indexTwo .tabCon .item{  opacity: 0; transition: opacity 0.3s ease; position:absolute; left: 0; top: 0;}
.indexTwo .tabCon .item.on{ display: block; opacity: 1; position: relative; z-index: 100;}
.indexTwo .tabCon .item .fljs{ width: 288px; position: relative; border-radius: 10px; overflow: hidden; align-self: start;}
.indexTwo .tabCon .item .fljs .textBox{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 55px 38px;}
.indexTwo .tabCon .item .fljs .textBox .t h3{ font-size: 32px; font-weight: normal; color: #fff; margin-bottom: 15px;}
.indexTwo .tabCon .item .fljs .textBox .t dt{  color: #fff;}
.indexTwo .tabCon .item .fljs .textBox .l a{ color: #fff;}
.indexTwo .tabCon .item .fljs .textBox .l a:hover{ color: #eb6133;}
.indexTwo .tabCon .item .list{ width: calc(100% - 288px);}
.indexTwo .tabCon .item .list ul li{ width:50%; padding-left: 20px; margin-bottom: 20px;}
.indexTwo .tabCon .item .list ul li a{ display: block; position: relative;}
.indexTwo .tabCon .item .list ul li .pic dl{ background: #fff; padding-bottom: 67.3%; border-radius: 10px;}
.indexTwo .tabCon .item .list ul li .t{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; padding: 30px 38px;}
.indexTwo .tabCon .item .list ul li .t h3{ font-size: 16px; font-weight: normal; position: relative; padding-bottom: 10px;}
.indexTwo .tabCon .item .list ul li .t h3::before{ content: ""; width: 40px; height: 2px; background: #eb6133; position: absolute; left: 0; bottom: 0;}
.indexTwo .tabCon .item:nth-child(2) .list ul li:nth-child(3){ width: 100%;}
.indexTwo .tabCon .item:nth-child(2) .list ul li:nth-child(3) .pic dl{ padding-bottom: 32.94%;}
.indexTwo .tabCon .item:nth-child(3) .list ul li .pic dl{ padding-bottom: 139.43%;}

.indexThree{ padding: 60px 0 110px; text-align: center;}
.indexThree .tit{ padding-top: 190px; margin-bottom:80px; position: relative;}
.indexThree .tit::before{ content: ""; width: 1px; height: 180px; background: #8d8a8a; position: absolute; left: 50%; top: 0;}
.indexThree .tit h2{ font-size: 38px; font-weight: normal; line-height: 2;}
.indexThree .box ul li{ width: 20%;}
.indexThree .box ul li i{ height: 90px; display: block;}
.indexThree .box ul li h3{ font-size: 12px; color: #666; font-weight: normal; margin-bottom: 20px;}
.indexThree .box ul li ol{ display: flex; justify-content: center; font-size: 14px; font-weight: bold; align-items: flex-end; color: #1a1a1a;}
.indexThree .box ul li ol b,.indexThree .box ul li ol strong{ font-size: 70px; font-family:"Bahnschrift",sans-serif; position: relative; -webkit-box-reflect: below -33px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.3,transparent), to(rgba(0,0,0,0.3)));}
.indexThree .box ul li ol em{ font-style:normal; padding-bottom: 12px; margin-left: 12px;}
.indexThree .box ul li ol span{ font-size: 24px; align-self: start; line-height: 1; margin-left: 5px;}

.indexFour{ padding: 50px 0 100px;}
.indexFour .title h2{ color: #000;}
.indexFour .tabNav{ padding-top: 65px; margin-bottom: 70px;}
.indexFour .tabNav ul li{ font-size: 18px; color: #999; margin: 0 80px; padding: 0 16px; cursor: pointer;}
.indexFour .tabNav ul li.on{ border-bottom:#eb6133 solid 1px; color: #000; font-weight: bold; padding-bottom: 10px;}
.indexFour .item{ display: none;}
.indexFour .item.on{ display: block;}
.indexFour .item .inews{ background: #fff; border-radius: 10px; box-shadow: 0 0 80px rgba(0, 0, 0, .2); overflow: hidden;}
.indexFour .item .inews .pic{ width: 50%;}
.indexFour .item .inews .pic dl{ padding-bottom: 58.282%;}
.indexFour .item .inews .con{ width: 50%; padding: 20px 60px;}
.indexFour .item .inews .con ul li {border-bottom: #e6e6e6 solid 1px;}
.indexFour .item .inews .con ul li a{ display: flex; align-items: center; line-height: 78px;  padding-right: 45px;}
.indexFour .item .inews .con ul li dl{ font-size: 16px; padding-right: 28px;}
.indexFour .item .inews .con ul li dl span{ font-size: 26px;  color: #eb6133;}
.indexFour .item .inews .con ul li h3{ font-size: 18px; font-weight: normal; color: #000; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.indexFour .item .inews .con ul li a:hover{ background: url(../images/icon14.png) no-repeat right center; }
.indexFour .item .inews .con ul li a:hover h3{ font-size: 20px; font-weight: 500;}
.indexFour .item .icase ul { margin: 0 -20px;}
.indexFour .item .icase ul li{ width: 25%; padding: 0 20px;}
.indexFour .item .icase ul li ol{ background: #fff;  border-radius: 10px; box-shadow: 0 0 80px rgba(0, 0, 0, .2); overflow: hidden; padding:66px 25px; cursor: pointer;}
.indexFour .item .icase ul li ol dl{ padding-bottom: 58.28%;}
.indexFour .item .icase ul li ol dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/icon15.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 1;}
.indexFour .item .icase ul li ol h3{ font-size: 20px; font-weight: 500; text-align: center; margin-top: 75px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.indexFour .item .icertificate ul{ margin: 0 -20px;}
.indexFour .item .icertificate ul li{ width: 25%; padding: 0 20px;}
.indexFour .item .icertificate ul li ol{ background: #fff;  border-radius: 10px; box-shadow: 0 0 80px rgba(0, 0, 0, .2); overflow: hidden; padding:30px 58px; cursor: pointer;}
.indexFour .item .icertificate ul li ol dl{ padding-bottom: 140.76%;}
.indexFour .item .icertificate ul li ol h3{ font-size: 20px; font-weight: 500; text-align: center; margin-top: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.indexFive{ padding: 90px 0 130px;}
.indexFive ul li a{ text-align: center; display: block; }
.indexFive ul li i{ height: 90px; display: block;}
.indexFive ul li h3{ color: #000; font-size: 20px; font-weight: 500; line-height: 1; margin-bottom: 15px;}
.indexFive ul li p{ font-size: 14px; color: #999999;}
.indexFive ul li dd{ color: #333; line-height: 1; margin-top: 25px;}
.indexFive ul li a:hover dd{ color: #eb6133;}

.prolist{ padding: 20px 0 50px;}
.prolist .item { padding-top: 50px; }
.prolist .item .tit{ border-left: 3px solid #eb6133; margin-bottom: 45px; padding-left: 16px;}
.prolist .item .tit h2{ font-size: 32px; line-height: 1; font-weight: 500;}
.prolist .item ul { margin: 0 -10px;}
.prolist .item ul li{ width: 33.33%; padding: 0 10px; margin-bottom: 20px;}
.prolist .item ul li a{ background: #f6f7f8; border-radius: 10px; display: block; overflow: hidden;}
.prolist .item ul li dl{ padding-bottom: 63.63%;}
.prolist .item ul li dl img{ padding: 10px;}
.prolist .item ul li ol{ padding: 20px 20px 23px; border-top: 1px solid #e3e4e4;}
.prolist .item ul li ol h3{ font-size: 24px; color: #000; font-weight: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 16px;}
.prolist .item ul li ol dt{ width: calc(100% - 90px); color: #828898; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.prolist .item ul li ol em{ color: #000; font-style: normal; background: url(../images/icon22.png) no-repeat right center; padding-right: 15px;}
.prolist .item.colu-2 ul li{ width: 50%;}
.prolist .item.colu-2 ul li dl{ padding-bottom: 41.8%;}

.proview{ overflow: hidden;}
.proview>.item>img{ width: 100%;}
.proview .item{ position: relative;}
.proview .item .txtBox{ width: 100%; position: absolute; left: 0; top: 160px; z-index: 11; color: #000;}
.proview .item .tit{ font-size: 46px; font-weight: bold; line-height: 1; margin-bottom: 40px; position: relative;}
.proview .item .tit.xuanpei::after{ content: ""; width: 32px; height: 20px; background: url(../images/icon51.png) no-repeat center; margin-left: 18px; margin-bottom: 15px; display: inline-block;}
.proview .item .tit dt{ font-size: 30px; font-weight: normal; margin-top: 45px;}
.proview .item .txt{ font-size: 18px; line-height: 1.8;}
.proview .item .txt:nth-child(3){ margin-top: 130px;}
.proview .item .num ul{ display: flex; justify-content: center;}
.proview .item .num ul li{ padding: 0 50px;}
.proview .item .num ul dl{ font-size: 40px; font-weight: 500; color: #f1541f;}
.proview .item .num ul dt{ font-size: 18px;}
.proview .item .technicalParameter{ padding: 150px 0;}
.proview .item .juanliao{ background: #f7f7f7; padding: 100px 0;}
.proview .item .juanliao ul li{ padding: 20px 0;}
.proview .item .juanliao ul li .box{ display: flex; justify-content: space-between; align-items: center; position: relative;}
.proview .item .juanliao ul li:nth-child(even) .box{ flex-direction: row-reverse;}
.proview .item .juanliao ul li .box::before{ content: ""; width: 200%; height: 100%; background-image: linear-gradient(to left,#fff,#f1541f 70%); position: absolute; left: 0; top: 0;}
.proview .item .juanliao ul li:nth-child(even) .box::before{ left: inherit; right: 0; background-image: linear-gradient(to right,#fff,#f1541f 70%); }
.proview .item .juanliao ul li .pic{ position: relative; z-index: 11;}
.proview .item .juanliao ul li .con{ color: #fff; padding: 30px; position: relative; z-index: 11;}
.proview .item .juanliao ul li .con h3{ font-size: 30px; margin-bottom: 40px;}
.proview .item .juanliao ul li .con dt{ font-size: 18px;}
.proview .item .sudu{ padding-top: 30px;}
.proview .item .sudu ul li{ margin-bottom: 30px;}
.proview .item .sudu dl{ font-size: 30px;}
.proview .item .sudu dl b{ color: #f1541f; font-size: 64px; font-weight: normal; line-height: 1;}
.proview .item .sudu dt{ font-size: 18px; color: #979797;}
.proview table { width: 100% !important; text-align: center; border-spacing: 0; border-collapse: collapse;}
.proview table tbody tr { line-height: 36px; color: #333;}
.proview table tr:nth-child(1) { background: #eb6133 !important; color: white; font-size: 18px; font-weight: normal !important;}
.proview table tr td {border-bottom: #d0d0d0 solid 1px; white-space: nowrap;}


.solutionOne{ padding: 130px 0 30px; background: #f6f7f8;}
.solutionOne .box{ background: #fff; border-radius: 15px; padding: 35px 0; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
.solutionOne .box ul li{ width: 33.33%; text-align: center;}
.solutionOne .box ul li ol{ height: 100%; padding: 15px 50px;  border-left: 1px solid #979797;}
.solutionOne .box ul li:nth-child(1) ol{ border-left: none;}
.solutionOne .box ul li h3{ font-size: 36px; color: #ff6a00; font-weight: 500; line-height: 1; margin-bottom: 25px;}

.solutionTwo{ padding: 120px 0 100px; background: #f6f7f8;}
.solutionTwo .box{ background: #fff; border-radius: 15px; overflow: hidden;  box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
.solutionTwo .box ul{ justify-content: space-around;}
.solutionTwo .box ul li{  height: 260px;  padding:30px 0; display: flex; align-items: center; justify-content: center; box-shadow: inset 5px 0 5px rgba(0, 0, 0, .05); overflow: hidden; cursor: pointer; transition: all 0.5s ease;}
.solutionTwo .box ul li h3{ font-size: 28px; font-weight: 500; line-height: 1.2; text-align: center;}
.solutionTwo .box ul li dt{  font-size: 14px; color: #fff; display: none; padding: 0 22px;}
.solutionTwo .box ul li.on{ width: 33.32%; background: #000;}
.solutionTwo .box ul li.on h3{ color: #ff6a00; margin-bottom: 30px; text-align: left; padding: 0 22px;}
.solutionTwo .box ul li.on dt{ display: block;}
.solutionTwo .box ul.num1 li{ width: 100%;}
.solutionTwo .box ul.num2 li{ width: 50%;}
.solutionTwo .box ul.num3 li{ width: 25%;}
.solutionTwo .box ul.num3 li.on{ width: 50%;}
.solutionTwo .box ul.num4 li{ width: 20%;}
.solutionTwo .box ul.num4 li.on{ width: 40%;}
.solutionTwo .box ul.num5 li{ width: 16.66%;}
.solutionTwo .box ul.num5 li.on{ width: 33.32%;}
.solutionTwo .box ul.num6 li{ width: 14.28%;}
.solutionTwo .box ul.num6 li.on{ width: 28.56%;}

.solutionThree{ padding: 100px 0 30px;}
.solutionThree .ntitle{ margin-bottom: 0 !important;}

.anchorPoint{ padding-top:84px; margin-top:-84px;}

.serviceOne{ padding: 100px 0;}
.serviceOne .box{ padding: 80px 180px; background: #fbfbfb; border: #dfdfdf solid 1px; border-radius: 15px;}
.serviceOne .box .item{ height: 350px;}
.serviceOne .box .item ul{ height: 100%;}
.serviceOne .box .item h3{ font-size:22px; margin-top: 15px;}
.serviceOne .box .item p{ font-size:18px;}
.serviceOne .box .con{ width: 100%; max-width: 520px; text-align: center; background: url(../images/icon23.png) no-repeat center top;}
.serviceOne .box .con .tit{ margin-bottom: 90px;}
.serviceOne .box .con .tit h2{ font-size: 46px; line-height: 1;}
.serviceOne .box .con .c{ margin-bottom: 115px;}
.serviceOne .box .con .c p{ width: 120px; height: 120px; line-height: 120px; text-align: center; color: #eb6133; font-size: 26px; font-weight: bold; background: #fff; border-radius: 120px; box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.serviceOne .box .con .t{ font-size: 36px; margin-bottom: 45px;}
.serviceOne .box .con .btn a{ width: 160px; line-height: 50px; border: #cacaca solid 1px; border-radius: 50px; display: inline-block; color: #333333; margin: 0 10px;  transition: all 0.4s ease;}
.serviceOne .box .con .btn a:hover,.serviceOne .box .con .btn a:nth-child(1){ background: #eb6133; color: #fff;}

.serviceTwo{ padding: 60px 0 0;}
.serviceTwo .flow{ margin-bottom: 85px;}
.serviceTwo .flow ul li{ font-size: 22px; font-weight: bold; padding: 0 120px; display: flex; align-items: center; white-space: nowrap; background: url(../images/icon33.png) no-repeat right center;}
.serviceTwo .flow ul li i{ margin-right: 30px;}
.serviceTwo .flow ul li:nth-child(1){ padding-left: 0;}
.serviceTwo .flow ul li:nth-last-child(1){ padding-right: 0;}
.serviceTwo .flow2{ padding-top: 80px; background: url(../images/icon32.png) no-repeat top center; text-align: center;}
.serviceTwo .flow2 h3{ font-size: 24px; line-height: 1; margin-bottom: 15px;}
.serviceTwo .flow2 p{ font-size: 20px; color: #666666; line-height: 1;}
.serviceTwo .picCon{ margin-top: 58px; position: relative;}
.serviceTwo .picCon dt{ font-size: 52px; color: #fff; font-weight: 500; position: absolute; left: 0; bottom: 0; z-index: 11; padding: 0 0 130px 120px;}

.serviceThree{ padding-top: 100px; margin-bottom: 50px;}
.serviceThree .telEwm{ margin-bottom: 110px;}
.serviceThree .telEwm .tel{ background: url(../images/icon34.png) no-repeat left center; padding-left: 70px; padding-right: 60px;}
.serviceThree .telEwm .tel h3{ font-size: 16px; font-weight: normal; margin-bottom: 5px;}
.serviceThree .telEwm .tel dt{ font-size: 36px; color: #eb6133; font-weight: 500; line-height: 1;}
.serviceThree .telEwm .ewm{ line-height: 1.8; border-left: 1px solid #e2e2e2; padding-left: 60px;}
.serviceThree .telEwm .ewm dl{ width: 120px; margin-right: 30px;}
.serviceThree .time{ padding: 46px; border: 1px solid #e2e2e2; border-radius: 10px; margin-bottom: 30px;}
.serviceThree .time ul li{ padding: 0 130px; text-align: center; border-left: 1px solid #e2e2e2;}
.serviceThree .time ul li:nth-child(1){ border-left:none;}
.serviceThree .time ol{ font-size: 76px; color: #eb6133; font-family:"Bahnschrift",sans-serif; line-height: 1; position: relative; -webkit-box-reflect: below -30px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.3,transparent), to(rgba(0,0,0,0.3)));}
.serviceThree .time h3{ font-size: 18px; font-weight: 500; color: #333; margin-top: 20px;}
.serviceThree .con ul{ margin: 0 -10px;}
.serviceThree .con ul li{ width: 33.33%; padding: 0 10px;}
.serviceThree .con ul li ol{ background: #fafafa; border-radius: 10px; text-align: center; padding: 60px;}
.serviceThree .con ul li ol h3{ font-size: 24px; line-height: 1; margin: 18px 0;}
.serviceThree .con ul li ol dt{ font-size: 18px; line-height: 1;}

.message{ padding: 60px 0 180px;}
.message .box{ padding: 70px 100px 80px; border: #dfdfdf solid 1px; border-radius: 15px;}
.message .box ul { margin: 0 -40px;}
.message .box ul li{ width: 50%; padding:0 40px; margin-bottom: 40px;}
.message .box ul ol{ width: 100%; padding: 0 40px; color: #666; margin-bottom: 40px;}
.message .box ul:nth-last-child(1) ol{ margin-bottom: 0;}
.message .box .tit{ color: #000; font-weight: 500; margin-bottom: 15px;}
.message .box .tit span{ color: rgb(252, 0, 0); margin-right: 5px;}
.message .box input{ width: 100%; height: 50px; border: #cccccc solid 1px; border-radius: 5px; padding-left: 20px;}
.message .box textarea{ width: 100%; height: 130px; border: #cccccc solid 1px; border-radius: 5px; padding: 15px 20px;}
.message .box input[type="radio"]{ width: auto; height: auto;}
.message .box label{  margin-right: 20px;}
.message .box button{ width: 160px; height: 50px; line-height: 50px; background: #eb6133; border: none; border-radius: 50px; color: #fff; display: block; cursor: pointer; margin: 0 auto;}
.message .box button:hover{ background: #d65227;}

.download{ padding: 240px 0 125px; background: url(../images/downloadBg.webp) no-repeat center top; background-size: cover;}
.download .ntitle{ text-align: left;}
.download .tit{ font-size: 22px; color:#eb6133; font-weight: 500; padding-top: 10px; margin-bottom: 70px;}
.download .box ul{ margin: 0 -20px;}
.download .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 100px;}
.download .box ul li a{ background: #fff; padding: 26px; border-radius: 10px; overflow: hidden; display: block;}
.download .box ul li a:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .05);}
.download .box ul li dl{ padding-bottom: 106.4%;}
.download .box ul li h3{ font-size: 20px; font-weight: 500; margin: 35px 0 40px;}
.download .box ul li dd{ background: url(../images/icon38.png) no-repeat left center; font-size: 18px; color: #999; padding-left: 40px;}

.newsNav{ margin-bottom: 85px;}
.newsNav ul li { margin-right: 250px;}
.newsNav ul li a{ font-size: 22px; font-weight: 300;}
.newsNav ul li a:hover,.newsNav ul li.on a{  color:#eb6133; font-weight: 500;}

.news{ padding: 230px 0 220px; background: url(../images/newsBg.webp) no-repeat center; background-size: cover;}
.news .title{ text-align: left; margin-bottom: 90px;}
.news .title h2{ color: #000; font-weight: normal;}
.news .title h2 span{ padding-left: 10px;}
.news .title h2 span::before{ left: 0;}
.news .box{ padding-bottom: 90px;}
.news .box ul li{ margin-bottom: 38px;}
.news .box ul li a{ width: 100%; padding: 50px 50px 50px 90px; background: #fff; border-radius: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, .15); position: relative; display: flex; justify-content: space-between; transition: all 0.4s ease; }
.news .box ul li a::before{ content: ""; width: 10px; height: 10px; background: #d4d4d4; border-radius: 10px; position: absolute; left: 50px; top: 50%; margin-top: -5px;}
.news .box ul li ol{ width: calc(100% - 200px);}
.news .box ul li ol h3{ font-size: 20px; font-weight: 500; color: #000; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 20px; transition: all 0.4s ease;}
.news .box ul li ol dt{ color: #666;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: all 0.4s ease;}
.news .box ul li dl{ width: 140px; background: url(../images/icon39.png) no-repeat right 25px top; border-left: 1px solid #dcdcdc; font-size: 14px; color: #666; display: flex; align-items: flex-end; justify-content: flex-end; transition: all 0.4s ease;}
.news .box ul li a:hover{ background: #eb6133;}
.news .box ul li a:hover::before{ background: #fff;}
.news .box ul li a:hover ol h3{ color: #fff;}
.news .box ul li a:hover ol dt{ color: #fff;}
.news .box ul li a:hover dl{ background: url(../images/icon39_hover.png) no-repeat right 25px top; border-left: 1px solid #fff;  color: #fff;}

.newsView{ padding: 200px 80px 165px; background: url(../images/newsViewBg.webp) no-repeat top center; background-size: cover;}
.newsView .leftBox{ width: calc(100% - 490px);}
.newsView .leftBox .box{ background: #fff; border-radius: 10px; padding: 80px;}
.newsView .rightBox{ width: 444px; position: relative;}

.newsView .viewHead{ border-bottom: #f0f0f0 solid 1px; padding-bottom: 30px;}
.newsView .viewHead h1{ font-size: 32px; color: #393737; margin-bottom: 40px;}
.newsView .viewHead dd{ color: #333; }
.newsView .text{ padding: 50px; line-height: 1.7;}

.relatedReading{ width: 444px; position: fixed;}
.relatedReading .box{ background: #fff; border-radius: 10px; margin-bottom: 20px; overflow: hidden;}
.relatedReading .box:nth-last-child(1){ margin-bottom: 0;}
.relatedReading .tit{ padding: 55px 0;}
.relatedReading .tit h2{ font-size: 20px; font-weight: 500; line-height: 1; padding: 0 28px; border-left: 2px solid #eb6133;}
.relatedReading .item{ padding: 0 28px; margin-bottom: 60px;}
.relatedReading .item h3{ font-size: 14px; font-weight: normal;}
.relatedReading .item dt{ font-size: 14px; color: #999;}
.relatedReading .back{ line-height: 50px; background: #eb6133;}
.relatedReading .back a{ color: #fff; text-align: center; display: block;}
.relatedReading .back a::after{ content:""; width: 16px; height: 12px; background: url(../images/icon40.png) no-repeat center; display: inline-block; margin-left: 15px;}

.case {padding-bottom: 50px;}
.case ul { margin: 0 -20px;}
.case ul li{ width: 25%; padding: 0 20px; margin-bottom: 100px;}
.case ul li ol{ background: #fff;  border-radius: 10px; box-shadow: 0 0 80px rgba(0, 0, 0, .2); overflow: hidden; padding:66px 25px; cursor: pointer;}
.case ul li ol dl{ padding-bottom: 58.28%;}
.case ul li ol dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/icon15.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 1;}
.case ul li ol h3{ font-size: 20px; font-weight: 500; text-align: center; margin-top: 75px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.certificate {padding-bottom: 100px;}
.certificate ul{ margin: 0 -20px;}
.certificate ul li{ width: 25%; padding: 0 20px; margin-bottom: 50px;}
.certificate ul li ol{ background: #fff;  border-radius: 10px; box-shadow: 0 0 80px rgba(0, 0, 0, .2); overflow: hidden; padding:30px 58px; cursor: pointer;}
.certificate ul li ol dl{ padding-bottom: 140.76%;}
.certificate ul li ol h3{ font-size: 20px; font-weight: 500; text-align: center; margin-top: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.about{ background: #f3f3f5;}
.about .aboutTit{ color: #fff; text-align: center; margin-bottom: 85px;}
.about .aboutTit h2{  font-size: 60px; line-height: 1; margin-bottom: 38px;}
.about .aboutTit p{ font-size: 42px; line-height: 1;}
.about .aboutTit p span{ font-size: 42px; font-weight: 500; position: relative; padding:0 20px;}
.about .aboutTit p span::before{ content: ""; width: 16px; height: 16px; background: url(../images/icon01.png) no-repeat center; background-size: 100%; position: absolute; left: 12px; top: -8px;}
.about .aboutTit p span::after{ content: ""; width: 16px; height: 16px; background: url(../images/icon01.png) no-repeat center; background-size: 100%; position: absolute; right: 12px; bottom: -8px; transform:rotate(180deg);}
.about .aboutOne{ padding: 195px 0 110px; background: #000; position: relative;}
.about .aboutTwo{  padding: 230px 0 0; background: #000; position: relative;}
.about .aboutTwo::before{ content: ""; width: 1px; height: 140px; background: #eb6133; position: absolute; left: 50%; top: 0;}
.about .aboutOne .con,.about .aboutTwo .con{ color: #fff;}
.about .aboutOne .con .item,.about .aboutTwo .con .item{ width: calc(50% - 20px);}
.about .aboutOne .con .item .tit{ font-size: 70px; color: #eb6133; line-height: 1;}
.about .aboutOne .con .item .box{ margin-top: -15px;}
.about .aboutOne .con .item .box ul,.about .aboutTwo .con .item .box ul{ margin: 0 -6px;}
.about .aboutOne .con .item .box ul li,.about .aboutTwo .con .item .box ul li{ width: 50%; padding: 0 6px;}
.about .aboutOne .con .item .box ul li ol,.about .aboutTwo .con .item .box ul li ol{ background: #1a1b21; box-shadow: 0 0 50px rgba(0, 0, 0, 1); border-radius: 10px; padding: 50px;}
.about .aboutOne .con .item .box ul li ol h3,.about .aboutTwo .con .item .box ul li ol h3{ font-size: 16px; font-weight: 500; margin-bottom: 40px;}
.about .aboutOne .con .item .box ul li ol dl,.about .aboutTwo .con .item .box ul li ol dl{ display: flex;}
.about .aboutOne .con .item .box ul li ol dl b,.about .aboutTwo .con .item .box ul li ol dl b{ font-size: 70px; font-family:"Bahnschrift",sans-serif; font-weight: normal; line-height: 1;}
.about .aboutOne .con .item .box ul li ol dl em,.about .aboutTwo .con .item .box ul li ol dl em{ font-size: 30px; font-style:normal; font-weight: 500; line-height: 1; padding: 10px 5px; align-self: flex-end;}
.about .aboutOne .con .item .box ul li ol dl span,.about .aboutTwo .con .item .box ul li ol dl span{ font-size: 36px;line-height: 1; padding: 0 5px;}

.aboutBg01{ padding-top: 110px; background: #000 url(../images/aboutBg01.webp) no-repeat top center; background-size: cover;}
.aboutBg02{ background: url(../images/aboutBg02.webp) no-repeat top center; background-size: 100% auto;}

.about .aboutThree{ padding: 230px 0 400px; position: relative;}
.about .aboutThree::before{ content: ""; width: 1px; height: 140px; background: #eb6133; position: absolute; left: 50%; top: 0;}

.about .aboutFour .box ul{ margin: 0 -25px;}
.about .aboutFour .box ul li{ width: 33.33%; padding: 0 25px;}
.about .aboutFour .box ul li ol{ height: 100%; color: #fff; background: #1a1b21; border-radius: 10px; padding: 40px; display: flex; justify-content: space-between;}
.about .aboutFour .box ul li ol h3{ font-size: 30px; line-height: 1; margin-bottom: 35px;}
.about .aboutFour .box ul li ol dt{ font-size: 18px;}

.about .aboutFive{ padding: 150px 0 260px;}
.about .aboutFive .tit{ color: #fff; text-align: center; margin-bottom: 70px;}
.about .aboutFive .tit h2{ font-size: 44px; line-height: 1; margin-bottom: 25px;}
.about .aboutFive .tit p{ font-size: 24px; line-height: 1;}
.about .aboutFive .box{ text-align: center;}

.about .aboutSix{ padding: 230px 0 160px; position: relative;}
.about .aboutSix::before{ content: ""; width: 1px; height: 140px; background: #eb6133; position: absolute; left: 50%; top: 0;}
.about .aboutSix .aboutTit{ color: #000;}
.about .aboutSix .box ul{ margin:0 -25px;}
.about .aboutSix .box ul li{ width: 33.33%; padding: 0 25px;}
.about .aboutSix .box ul li ol{ background: #fff; text-align: center; padding: 36px; border-radius: 10px;}
.about .aboutSix .box ul li ol h3{ font-size: 26px; line-height: 1; margin:26px 0 18px;}
.about .aboutSix .box ul li ol dt{ font-size: 20px; font-weight: 300;}

.contact{ padding: 100px 0;}
.contact ul{ margin: 0 -25px;}
.contact ul li{ width: 33.33%; padding: 0 25px;}
.contact ul li ol{ height: 100%; background: #f7f7f8; border-radius: 10px; padding: 40px 40px 20px; text-align: center;}
.contact ul li ol h3{ font-size: 22px; line-height: 1; margin: 30px 0;}
.contact ul li ol dt{ line-height: 1.6;}
.contact .daili{ height: 350px; margin-top: 140px;}

.footer{ background: #f9fafc;}
.footer .loginContact{ padding: 30px 0; border-bottom: #e0e1e2 solid 1px;}
.footer .loginContact .fcontact{ margin-right: 65px;}
.footer .loginContact .fcontact dl{ color: #000; line-height: 30px; background: url(../images/icon19.png) no-repeat left center; padding-left: 40px; margin-bottom: 10px;}
.footer .loginContact .fcontact ol{ font-family:"Bahnschrift",sans-serif; font-size: 26px;}
.footer .fmain{ padding: 45px 0; border-bottom: #e0e1e2 solid 1px;}
.footer .fmain .nav>ul>li{ margin-right: 120px;}
.footer .fmain .nav>ul>li>a{ color: #000; display: block;}
.footer .fmain .nav>ul>li>a:hover { color: #eb6133;}
.footer .fmain .nav>ul>li>.subnav{ padding-top: 10px;}
.footer .fmain .nav>ul>li>.subnav>a{ font-size: 14px; color: #808080; line-height: 1; display: block; margin-top: 20px;}
.footer .fmain .nav>ul>li>.subnav>a:hover { color: #eb6133;}
.footer .messageEwm .messageLink{ margin-bottom: 45px;}
.footer .messageEwm .messageLink ul li{ font-size: 14px; margin-left: 85px;}
.footer .messageEwm .messageLink ul li:nth-child(1){ margin-left: 5px;}
.footer .messageEwm .messageLink ul li a{ padding-left: 32px; line-height: 24px; display:inline-block;}
.footer .messageEwm .messageLink ul li:nth-child(1) a{ background: url(../images/icon20.png) no-repeat left center;}
.footer .messageEwm .messageLink ul li:nth-child(2) a{ background: url(../images/icon21.png) no-repeat left center;}
.footer .messageEwm .ewm ul li{ font-size: 14px; text-align: center; margin-left: 85px;}
.footer .messageEwm .ewm ul li dl{ width: 101px; border: #b3b3b3 solid 1px; margin-bottom: 10px;}
.footer .messageEwm .ewm ul li:nth-child(1){ margin-left:0;}
.footer .copyright{ font-size: 14px; color: #808080; line-height: 90px; text-align: center;}
.footer .copyright a{ color: #808080;}
.footer .copyright a:hover { color: #eb6133;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 50px; height: 50px; line-height: 50px; color: #666;margin-right: 10px; border-radius: 50px; display: block; font-family: "宋体";font-size: 18px; background: #fff;}
.fenye a { width: 50px; height: 50px; line-height: 50px; color: #666; border-radius: 50px; margin-right: 10px;display: block; background: #fff; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #eb6133;}
.fenye a.current { color: #fff;  background: #eb6133;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 680px;}

/* 弹出框 */
.tccMessage{ display:none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccMessage .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccMessage .BoxCon{ width:940px; padding:40px 60px;background: #fff;  border-radius:15px; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); }
.tccMessage .BoxCon .off{ width: 29px; height:29px; background:url(../images/messageoff.png) no-repeat center; position: absolute; top: 30px; right: 30px;  cursor: pointer; -webkit-transition:-webkit-transform 1s ease-out;-moz-transition:-moz-transform 1s ease-out;-o-transition:-o-transform 1s ease-out;-ms-transition:-ms-transform 1s ease-out;}
.tccMessage .BoxCon .off:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
.tccMessage .error{ color:#ff0000;}
.tccMessage .message{padding: 0;}
.tccMessage .message .box{ border: none; padding: 0;}
.tccMessage .message .box ul ol{ margin-bottom: 15px;}
.tccMessage .message .box ul li{ margin-bottom: 15px;}


@media (max-width: 1800px) {
    .header .tel{width: 220px;}
    .header .nav>ul>li{ margin-left: 40px;}
}

@media (max-width: 1650px) {
    .header .nav>ul>li { margin-left: 30px; }
    .header .lang{ margin: 0 30px 0 25px;}
    .header .search{ width: 190px;}
    .header .tel{ font-size: 190px; font-size: 24px;}
}

@media (max-width: 1540px) {
    .header{ padding: 0 50px; }

    .banner .bannerText .con h2{ font-size: 55px; line-height: 1.2; }
    .banner .bannerText .con h2 span{ padding: 0 30px; font-size: 65px;}
    .banner .bannerText .con h2 span::before{ left: 18px;}
    .banner .bannerText .con h2 span::after{ right: 18px;}
    .banner .bannerText .con dl{ font-size: 26px;}

    .proBanner .swiper-slide .bannerText h2 { font-size: 45px; margin-bottom: 26px; }

    .solutionBanner .bannerText h2{ font-size: 55px;}
    .solutionBanner .bannerText dt{ font-size: 16px;}

    .serviceBanner .bannerText h2{ font-size: 55px;}
    .serviceBanner .bannerText p{ font-size: 26px;}

    .aboutBanner .bannerText h2{ font-size: 55px;}
    .aboutBanner .bannerText h2 span{ font-size: 55px;}
    .aboutBanner .bannerText h2 img{ height: 50px;}
    .aboutBanner .bannerText p{ font-size: 22px;}

    .title h2{ font-size: 52px;}
    .title h2 span{ font-size: 62px; padding: 0 30px;}
    .title h2 span::before{ left: 16px;}
    .title h2 span::after{ right: 16px;}

    .ntitle h2{ font-size: 40px;}

    .indexFour .item .inews .con ul li a{ line-height: 68px;}
    .indexFour .item .inews .con ul li h3{ font-size: 17px;}

    .prolist .item ul li ol h3{ font-size: 20px;}

    .solutionOne .box ul li h3{ font-size: 30px;}

    .solutionTwo .box ul li h3{ font-size: 24px;}

    .newsNav{ margin-bottom: 60px;}
    .newsNav ul li { margin-right: 180px; }
    .news { padding: 190px 0 150px;}
    .news .box { padding-bottom: 50px; }
    .case { padding-bottom: 10px; }
    .certificate {padding-bottom: 50px;}

    .about .aboutOne { padding: 130px 0 100px}
    .about .aboutTit h2{ font-size: 52px;}
    .about .aboutTit p{ font-size: 32px;}
    .about .aboutOne .con .item .tit{ font-size: 55px;}
    .about .aboutOne .con .item .box{ margin-top: -10px;}
    .about .aboutOne .con .item .box ul li ol dl b, .about .aboutTwo .con .item .box ul li ol dl b{ font-size: 60px;}
    .about .aboutTwo { padding: 150px 0 0;}
    .about .aboutTwo::before{ height: 110px;}
    .about .aboutThree { padding: 150px 0 200px}
    .about .aboutThree::before{ height: 110px;}
    .about .aboutFive{ padding: 150px 0;}
    .about .aboutSix{ padding: 150px 0;}
    .about .aboutSix::before{ height: 110px;}

    .contact{ padding: 100px 0 0;}

    .footer .fmain .nav>ul>li{ margin-right: 90px;}
}


@media (max-width: 1460px) {
    .header .tel { width: 170px; }
    .header .nav>ul>li{ margin-left: 25px;}

    .indexFour .item .inews .con ul li a{ line-height: 60px;}

    .tccMessage .ntitle{ margin-bottom: 26px;}
    .tccMessage .ntitle h2 { font-size: 36px; }
    .tccMessage .ntitle p{ font-size: 16px;}
    .tccMessage .message .box .tit{ margin-bottom: 5px;}
    .tccMessage .message .box ul ol { margin-bottom: 10px; }
    .tccMessage .message .box ul li { margin-bottom: 10px; }
    .tccMessage .message .box input{ height: 46px;}
    .tccMessage .message .box input[type="radio"] { width: auto; height: auto; }
    .tccMessage .message .box textarea{ height: 100px;}
}

@media (max-width: 1370px) {

    body{ font-size: 15px;}

    .header .nav>ul>li{ margin-left: 20px;}
    .header .nav>ul>li .subnav{  width: 140px;}
    .header .search { width: 170px; }
    .header .tel{ width: 130px; font-size: 20px;}

    .banner .bannerText .con h2{ font-size: 48px; line-height: 1.2; margin-bottom: 24px;}
    .banner .bannerText .con h2 span{ padding: 0 30px; font-size: 54px;}
    .banner .bannerText .con dl{ font-size: 22px; margin-bottom: 40px;}

    .proviewBanner .bannerText h2{ font-size: 40px; margin-bottom: 20px;}
    .proviewBanner .bannerText dt{ font-size: 30px; margin-bottom: 40px;}

    .solutionBanner .bannerText h2{ font-size: 45px;}
    .solutionBanner .bannerText dt{ font-size: 15px;}

    .serviceBanner .bannerText h2{ font-size: 45px;}
    .serviceBanner .bannerText p{ font-size: 22px;}

    .aboutBanner .bannerText h2{ font-size: 45px;}
    .aboutBanner .bannerText h2 img { height: 45px; }
    .aboutBanner .bannerText h2 span{ font-size: 48px;}
    .aboutBanner .bannerText p{ font-size: 20px;}

    .contactBanner .bannerText h2 { font-size: 45px;}

    .title h2{ font-size: 46px;}
    .title h2 span{ font-size: 54px; padding: 0 30px;}
    .title h2 span::before{ left: 16px;}
    .title h2 span::after{ right: 16px;}

    .ntitle h2{ font-size: 32px;}
    .ntitle dt{ font-size: 25px;}

    .indexOne .tabCon .swiper-slide .itemText .con h3 { font-size: 38px; margin-bottom: 30px; }

    .indexTwo .tabNav { padding-top: 30px; margin-bottom: 80px; }
    .indexTwo .tabNav ul li h3{ font-size: 22px;}
    .indexTwo .tabNav ul li.on h3{ font-size: 28px; border-bottom: #eb6133 solid 2px;}

    .indexThree .tit { padding-top: 135px; margin-bottom: 50px;}
    .indexThree .tit::before{ height: 110px;}
    .indexThree .tit h2{ font-size: 22px;}
    .indexThree .box ul li ol b, .indexThree .box ul li ol strong { font-size: 62px; -webkit-box-reflect: below -28px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.3,transparent), to(rgba(0,0,0,0.3))); }

    .indexFour { padding: 20px 0 60px; }
    .indexFour .tabNav { padding-top: 35px; margin-bottom: 40px; }
    .indexFour .tabNav ul li{ margin: 0 60px;}
    .indexFour .item .inews .con ul li a{ line-height: 55px;}

    .indexFive { padding: 50px 0 100px; }

    .prolist .item .tit{ margin-bottom: 30px;}
    .prolist .item .tit h2{ font-size: 26px;}
    .prolist .item ul li ol h3{ font-size: 18px; margin-bottom: 12px;}
    .prolist .item ul li ol em{ line-height: 1;}

    .proview .item .txtBox{ top: 115px;}
    .proview .item .tit{ font-size: 32px; margin-bottom: 30px;}
    .proview .item .txt{ font-size: 16px;}
    .proview .item .tit dt{ font-size: 20px; margin-top: 25px;}
    .proview .item .technicalParameter { padding: 110px 0; }
    .proview .item .sudu dl{ font-size: 14px;}
    .proview .item .sudu dl b{ font-size: 30px;}
    .proview .item .num ul dl{ font-size: 30px;}
    .proview .item .num ul dt{ font-size: 16px;}

    .solutionOne .box ul li h3{ font-size: 25px;}

    .message { padding: 60px 0 130px; }
    .message .box{ padding: 60px;}
    .message .box ul ol{ margin-bottom: 20px;}
    .message .box ul li{ margin-bottom: 20px;}

    .serviceOne{ padding: 100px 0 50px;}
    .serviceOne .box .item h3{ font-size: 17px;}
    .serviceOne .box .item p{ font-size: 16px;}
    .serviceOne .box .con .c p { width: 110px; height: 110px; line-height: 110px; font-size: 20px;}
    .serviceOne .box .con .t{ font-size: 26px;}
    .serviceOne .box .con .btn a { width: 120px; line-height: 40px;}

    .serviceTwo .flow ul li { font-size: 18px; padding: 0 70px;}
    .serviceTwo .flow2 p{ font-size: 18px;}
    .serviceTwo .picCon dt{ font-size: 36px; padding: 0 0 80px 91px;}

    .serviceThree .time ol{ font-size: 60px; -webkit-box-reflect: below -22px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.3,transparent), to(rgba(0,0,0,0.3)));}
    .serviceThree .con ul li ol h3{ font-size: 20px;}
    .serviceThree .con ul li ol dt{ font-size: 16px;}

    .newsNav { margin-bottom: 40px; }
    .newsNav ul li { margin-right: 150px; }

    .news .title{ margin-bottom: 70px;}
    .news { padding: 175px 0 110px; }
    .news .box ul li { margin-bottom: 20px; }
    .news .box ul li ol h3{ font-size: 18px;}

    .newsView { padding: 150px 50px 100px}
    .newsView .leftBox { width: calc(100% - 400px); }
    .newsView .leftBox .box{ padding: 40px;}
    .newsView .viewHead h1{ font-size: 25px; margin-bottom: 20px;}
    .newsView .text{ padding: 30px 0;}
    .newsView .rightBox{ width: 360px;}
    .relatedReading{ width: 360px;}
    .relatedReading .tit { padding: 30px 0; }

    .case ul li{ margin-bottom: 60px;}
    .case ul li ol h3{ font-size: 18px; margin-top: 40px;}

    .certificate ul li ol h3{ font-size: 18px;}

    .about .aboutTit { margin-bottom: 55px; }
    .about .aboutTit h2 { font-size: 40px; margin-bottom: 25px;}
    .about .aboutTit p { font-size: 24px; }
    .about .aboutTit p span{ font-size: 32px;}

    .about .aboutFour .box ul li ol dt{ font-size: 15px;}
    .about .aboutFour .box ul li ol h3 { font-size: 22px; margin-bottom: 18px; }

    .about .aboutFive .tit h2{ font-size: 40px;}
    .about .aboutFive .tit p{ font-size: 20px;}

    .about .aboutSix .box ul li ol h3{ font-size: 22px; margin: 18px 0 8px;}
    .about .aboutSix .box ul li ol dt{ font-size: 16px;}

    .contact .daili { height: 280px; margin-top: 100px; }

    .footer .loginContact .fcontact ol{ font-size: 23px;}
    .footer .fmain .nav>ul>li { margin-right: 60px; }
}

@media (max-width: 1300px) {
    .header { padding: 0 20px; }
}

@media (max-width: 1240px) {
    .header .nav>ul>li { margin-left: 10px; }

    .indexTwo .tabCon{ width: 100%; padding: 0 50px;}
}

@media (max-width: 1180px) {
    .header .nav{ padding-left: 10px;}
    .header .nav>ul>li{ margin-left: 0;}
    .header .nav>ul>li>a{ font-size: 15px;}
    .header .search { width: 130px; }
    .header .lang { margin: 0 20px 0 10px; }
    .header .tel { width: 115px; font-size: 18px; }
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px;}
    .wrap{ padding: 0 15px;}
    .w1700{ padding: 0 15px;}
    .w1600{ padding: 0 15px;}
    .w1360{ padding: 0 15px;}
    .w1200{ padding: 0 15px;}
    .w1150{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; padding: 0 15px;}
    .header .wrap{ height: 60px;}
    .header .logo{ height: 60px; padding: 12px 0; }

    .header .nav{ position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none; padding-left: 0;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .nav>ul>li .subnav{ width: 100%; position: relative; top:0; left: 0; transform: translateX(0);}
    .header .headRight{ display: none; width: 100%; padding: 0 15px; position: fixed; left: 0; bottom: 50px; z-index: 1111;}
    .header .headRight.cur{ display: flex; justify-content: space-between;}
    .header .search{ border: #ccc solid 1px; border-radius:50px;}
    .header .search input{ padding-left: 10px; height: 36px; color: #555;}
    .header .search button { width: 30px; height: 36px; background: url(../images/icon52.png) no-repeat  center;}
    .header .lang{ display: flex; margin: 0;}
    .header .lang dl{ display: none;}
    .header .lang .subnav{ display: flex; position: relative; left: 0; top:inherit;background: rgba(0, 0, 0, .65); border-top: none; border-radius: 8px; padding: 4px; transform: translateX(0%); }
    .header .lang .subnav a{ color: #fff;  padding: 0 4px;}
    .header .tel { width: 120px; height: 36px; line-height: 36px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#fff;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner{ height: 300px;}
    .banner .bannerText .con { padding: 0 30px;}
    .banner .bannerText .con h2{ font-size: 22px; margin-bottom: 12px;}
    .banner .bannerText .con h2 span{ font-size: 28px; padding: 0 20px;}
    .banner .bannerText .con h2 span::before{ width: 12px; height: 12px; background-size: 100%; left: 10px;}
    .banner .bannerText .con h2 span::after{ width: 12px; height: 12px; background-size: 100%; right: 10px;}
    .banner .bannerText .con dl{ font-size: 15px; margin-bottom: 15px;}
    .banner .bannerText .con a{ width: 100px; line-height: 36px;}

    .proBanner .swiper-slide img{ height: 240px;  object-fit: cover;}
    .proBanner .swiper-slide .bannerText h2 { font-size: 18px; margin-bottom: 12px; }
    .proBanner .swiper-slide .bannerText a { width: 72px; height: 28px; line-height: 26px; font-size: 12px;}
    .proBanner .pagination { bottom: 8px!important;}

    .solutionBanner .bannerText { width: 85%; bottom: 30px;}
    .solutionBanner .bannerText h2 { font-size: 23px; margin-bottom: 10px; }
    .solutionBanner .bannerText dt{ font-size: 12px;}
    .solutionBanner img{ height: 240px;  object-fit: cover;}

    .serviceBanner{ height: 240px;}
    .serviceBanner .bannerText{ text-align: center;}
    .serviceBanner .bannerText h2{ font-size: 24px; margin-bottom: 10px;}
    .serviceBanner .bannerText p{ font-size: 12px;}

    .aboutBanner{ height: 240px;}
    .aboutBanner .bannerText h2 {font-size: 23px; margin-bottom: 16px;}
    .aboutBanner .bannerText h2 img { height: 22px; }
    .aboutBanner .bannerText h2 span{ font-size: 28px; padding: 0 20px;}
    .aboutBanner .bannerText h2 span::before{ width: 12px; height: 12px; background-size: 100%; left: 10px;}
    .aboutBanner .bannerText h2 span::after{ width: 12px; height: 12px; background-size: 100%; right: 10px;}
    .aboutBanner .bannerText p{ font-size: 15px;}

    .contactBanner{ height: 240px;}
    .contactBanner .bannerText { margin-top: 115px; }
    .contactBanner .bannerText h2 { font-size: 23px; }

    .title h2{ font-size: 23px;}
    .title h2 span{ font-size: 28px;  padding: 0 20px;}
    .title h2 span::before{ width: 12px; height: 12px; background-size: 100%; left: 10px;}
    .title h2 span::after{ width: 12px; height: 12px; background-size: 100%; right: 10px;}

    .ntitle{ margin-bottom: 30px;}
    .ntitle h2 { font-size: 24px; margin-bottom: 12px;}
    .ntitle p{ font-size: 14px;}

    .indexOne { padding: 50px 0 20px; }
    .indexOne .tabNav{ padding: 0 20px;}
    .indexOne .tabNav .swiper-slide{ height: 76px;}
    .indexOne .tabNav .swiper-slide i { height: 24px; line-height: 24px; display: block; margin-bottom: 10px; }
    .indexOne .tabNav .swiper-slide h3{ font-size: 13px;}
    .indexOne .tabCon{ padding-bottom: 30px;}
    .indexOne .tabCon .swiper-slide .itemText{ top: 30px; display: none;}
    .indexOne .tabCon .swiper-slide .itemText .con{ padding: 0 50px; text-align: center;}
    .indexOne .tabCon .swiper-slide .itemText .con h3{ font-size: 17px; margin-bottom: 10px;}
    .indexOne .tabCon .swiper-slide .itemText .con dt { width: 100%; font-size: 12px;}
    
    .indexTwo { padding: 50px 0 70px;}
    .indexTwo .tabNav { padding-top: 0; margin-bottom: 30px; }
    .indexTwo .tabNav ul{ border-bottom: none; padding-bottom: 0;}
    .indexTwo .tabNav ul li { padding: 10px 10px 0;}
    .indexTwo .tabNav ul li h3 { font-size: 16px; }
    .indexTwo .tabNav ul li.on h3{ font-size: 18px;}
    .indexTwo .tabCon{ padding: 0 20px;}
    .indexTwo .tabCon .item .conBox{ display: block;}
    .indexTwo .tabCon .item .fljs{ display: none;}
    .indexTwo .tabCon .item .list{ width: 100%;}
    .indexTwo .tabCon .item .list ul { margin: 0 -5px;}
    .indexTwo .tabCon .item .list ul li{ width: 100%; padding: 0 5px; margin-bottom: 10px;}
    .indexTwo .tabCon .item:nth-child(2) .list ul li:nth-child(3) .pic dl { padding-bottom: 80%; }
    .indexTwo .tabCon .item:nth-child(3) .list ul li .pic dl{ padding-bottom: 80%;}

    .indexThree{ padding: 50px 0;}
    .indexThree .tit { padding-top: 60px; margin-bottom: 30px; }
    .indexThree .tit h2{ font-size: 15px;}
    .indexThree .tit::before { height: 40px; }
    .indexThree .box ul{ flex-wrap: wrap; justify-content: center;}
    .indexThree .box ul li{ width: 33.33%; margin-bottom: 35px;}
    .indexThree .box ul li i{ height: 35px;}
    .indexThree .box ul li ol b, .indexThree .box ul li ol strong{ font-size: 38px; -webkit-box-reflect: below -17px -webkit-gradient(linear, center top, center bottom, from(transparent),color-stop(0.3,transparent), to(rgba(0,0,0,0.3)));}
    .indexThree .box ul li h3{ height: 36px; margin-bottom: 0;}

    .indexFour { padding: 20px 0 35px; }
    .indexFour .tabNav { padding-top: 0; margin-bottom: 25px; }
    .indexFour .tabNav ul li{ margin: 0 10px; padding: 0; font-size: 15px;}
    .indexFour .item .inews{ display: block;}
    .indexFour .item .inews .pic{ width: 100%;}
    .indexFour .item .inews .con{ width: 100%; padding: 20px;}
    .indexFour .item .inews .con ul li a{ padding-right: 0; line-height: 50px;}
    .indexFour .item .inews .con ul li dl{ padding-right: 16px;}
    .indexFour .item .inews .con ul li dl span{ font-size: 16px;}
    .indexFour .item .inews .con ul li h3{ font-size: 15px;}

    .indexFour .item .icase ul{ flex-wrap: wrap; margin: 0 -6px;}
    .indexFour .item .icase ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .indexFour .item .icase ul li ol{ padding: 10px;}
    .indexFour .item .icase ul li ol dl::before{ background-size: 25px;}
    .indexFour .item .icase ul li ol h3 { font-size: 15px; font-weight: 400; margin-top: 10px;}

    .indexFour .item .icertificate ul{ flex-wrap: wrap; margin: 0 -6px;}
    .indexFour .item .icertificate ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .indexFour .item .icertificate ul li ol{ padding: 15px;}
    .indexFour .item .icertificate ul li ol h3 { font-size: 15px; font-weight: 400; margin-top: 10px;}

    .indexFive ul li{ width: 33.33%; padding: 0 8px;}
    .indexFive ul li i{ height: 30px; margin-bottom: 10px;}
    .indexFive ul li h3{ font-size: 15px;}
    .indexFive ul li p{ font-size: 13px; height: 60px;}

    .anchorPoint { padding-top: 60px; margin-top: -60px; }

    .prolist .item { padding-top: 30px; }
    .prolist .item .tit { margin-bottom: 20px;}
    .prolist .item .tit h2 { font-size: 20px; }
    .prolist .item ul li{ width: 100%;}
    .prolist .item.colu-2 ul li{ width: 100%;}
    .prolist .item.colu-2 ul li dl { padding-bottom: 63.3%; }

    .proviewBanner .bannerText{ transform: translateY(-40%);}
    .proviewBanner img{ height: 250px; -o-object-fit: cover; object-fit: cover;}
    .proviewBanner .bannerText h2 { font-size: 18px; margin-bottom: 8px; }
    .proviewBanner .bannerText dt { font-size: 15px; margin-bottom: 15px; }
    .proviewBanner .bannerText .videoBtn { width: 106px; height: 30px; line-height: 30px; font-size: 14px;}
    .proview .item .txtBox{ top: 50%; transform: translateY(-50%);}
    .proview .item .tit { font-size: 15px; margin-bottom: 8px;}
    .proview .item .tit dt { font-size: 14px; margin-top: 10px;}
    .proview .item .txt{ font-size: 12px; line-height: 1.4;}
    .proview .item .txt:nth-child(3) { margin-top: 0; }
    .proview .item .num ul dl{ font-size: 15px;}
    .proview .item .num ul dt{ font-size: 12px;}
    .proview .item .num ul li { padding: 0 15px; }
    .proview .item .technicalParameter { padding: 45px 0;}
    .proview .table{ overflow-x: auto;}
    .proview table tr:nth-child(1) td{ font-size: 15px;}
    .proview table tr td{ font-size: 12px;}
    .proview .item .juanliao { padding: 0;}
    .proview .item .juanliao .w1150{ padding: 0;}
    .proview .item .juanliao ul li{ padding: 0;}
    .proview .item .juanliao ul li .box{ display: block;}
    .proview .item .juanliao ul li .con{ padding: 15px;}
    .proview .item .juanliao ul li .con h3 { font-size: 16px; margin-bottom: 2px; }
    .proview .item .juanliao ul li .con dt { font-size: 12px; }
    .proview .item .sudu { padding-top: 10px; }
    .proview .item .sudu dl b { font-size: 15px;}
    .proview .item .sudu dt{ font-size: 12px;}
    .proview .item .sudu ul{ display: flex;}
    .proview .item .sudu ul li { margin-bottom: 2px; margin-right: 20px;}

    .solutionOne {  padding: 50px 0 30px;}
    .solutionOne .box ul{ display: block;}
    .solutionOne .box ul li{ width: 100%;}
    .solutionOne .box ul li ol{ border-left: none;}
    .solutionOne .box ul li h3 { font-size: 18px; margin-bottom: 10px; }
    .solutionTwo {  padding: 30px 0 60px;}
    .solutionTwo .box ul{ display: block;}
    .solutionTwo .box ul li{ width: 100% !important; height: auto;}
    .solutionTwo .box ul li h3{ font-size: 20px; margin-bottom: 0 !important; text-align: center !important;}
    .solutionTwo .box ul li dt{ width: 100% !important; margin-top: 18px ;}
    .solutionThree { padding: 50px 0 30px; }

    .serviceOne { padding: 60px 0 20px; }
    .serviceOne .box { padding: 45px 20px;}
    .serviceOne .box .item ul li i img{ width: 25px;}
    .serviceOne .box .item h3{ font-size: 15px;}
    .serviceOne .box .item p{ font-size: 13px;}
    .serviceOne .box .con{ background-size: 200px auto;}
    .serviceOne .box .con .c { margin-bottom: 50px; }
    .serviceOne .box .con .c p { width: 40px; height: 40px; line-height: 40px; font-size: 16px; }
    .serviceOne .box .con .t{ font-size: 15px; margin-bottom: 20px;}
    .serviceOne .box .con .btn a { width: 80px; line-height: 30px; font-size: 12px; margin: 0 2px;}

    .serviceTwo .flow2 p{ font-size: 15px;}
    .serviceTwo .flow ul li { font-size: 13px; padding: 0 25px 0 0; background-size: 10px auto !important; background-position: right 8px center !important;}
    .serviceTwo .flow ul li:nth-last-child(1){ background: none;}
    .serviceTwo .flow ul li i { margin-right: 5px; }
    .serviceTwo .flow ul li i img{ width: 15px;}

    .serviceTwo .picCon dt { font-size: 20px; padding: 0; left: 50%; bottom: 50%; transform: translate(-50%,50%);}

    .serviceThree{ padding-top: 60px;}
    .serviceThree .telEwm{ display: block; margin-bottom: 80px;}
    .serviceThree .telEwm .tel{ width: 200px; margin: 0 auto 20px; background: url(../images/icon34.png) no-repeat left center; background-size: 40px; padding-left: 50px; padding-right: 0;}
    .serviceThree .telEwm .tel dt{ font-size: 22px;}
    .serviceThree .telEwm .ewm{ border-left: none;}
    .serviceThree .telEwm .ewm dl { width: 110px; margin-right: 10px; }

    .serviceThree .time ul li{ padding: 0 25px;}
    .serviceThree .time ol{ font-size: 50px;}
    .serviceThree .time h3{ font-size: 15px; white-space: nowrap;}

    .serviceThree .con ul{ display: block; margin: 0;}
    .serviceThree .con ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .serviceThree .con ul li ol{ padding: 35px;}
    .serviceThree .con ul li ol img{ height: 30px;}
    .serviceThree .con ul li ol h3{ font-size: 18px; margin: 13px 0 10px;}
    .serviceThree .con ul li ol dt{ font-size: 14px;}

    .download { padding: 120px 0 70px;}
    .download .ntitle{ text-align: center;}
    .download .tit{ font-size: 18px; text-align: center; padding-top: 0; margin-bottom: 35px; margin-top: -20px;}
    .download .box ul{ margin: 0 -6px;}
    .download .box ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .download .box ul li a{ padding: 12px;}
    .download .box ul li h3 { font-size: 15px; margin: 12px 0 10px; }
    .download .box ul li dd{ font-size: 14px; padding-left: 22px; background-size: 13px;}

    .newsNav{ margin-bottom: 25px;}
    .newsNav ul{ justify-content: center;}
    .newsNav ul li { margin:0 15px; }
    .newsNav ul li a{ font-size: 16px;}

    .news .title{ text-align: center; margin-bottom: 45px;}

    .news { padding: 100px 0 70px; }
    .news .box { padding-bottom:15px; }
    .news .box ul li { margin-bottom: 10px;}
    .news .box ul li a{ padding: 20px; box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
    .news .box ul li a::before{ display: none;}
    .news .box ul li ol { width: calc(100% - 90px); }
    .news .box ul li ol h3{ font-size: 15px; margin-bottom: 8px;}
    .news .box ul li ol dt{ font-size: 12px;}
    .news .box ul li dl{ width: 75px; font-size: 12px; background-size: 15px auto !important;}

    .newsView{ display: block; padding: 100px 15px 60px;}
    .newsView .leftBox{ width: 100%; margin-bottom: 20px;}
    .newsView .leftBox .box { padding: 20px; }
    .newsView .viewHead h1 { font-size: 20px; margin-bottom: 15px; }
    .newsView .rightBox{ width: 100%;}
    .relatedReading .tit h2 { font-size: 18px;padding: 0 15px;}
    .relatedReading{ width: 100%; position: relative !important; top: inherit !important;}
    .relatedReading .item{ margin-bottom: 35px;}

    .case ul{ flex-wrap: wrap; margin: 0 -6px;}
    .case ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .case ul li ol{ padding: 10px;}
    .case ul li ol dl::before{ background-size: 25px;}
    .case ul li ol h3 { font-size: 15px; font-weight: 400; margin-top: 10px;}

    .certificate{ padding-bottom: 15px;}
    .certificate ul{ flex-wrap: wrap; margin: 0 -6px;}
    .certificate ul li{ width: 50%; padding: 0 6px; margin-bottom: 10px;}
    .certificate ul li ol{ padding: 15px;}
    .certificate ul li ol h3 { font-size: 15px; font-weight: 400; margin-top: 10px;}

    .about .aboutSix::before { height: 40px; }
    .about .aboutTit { margin-bottom: 25px; }
    .about .aboutTit h2 { font-size: 24px; margin-bottom: 10px; }
    .about .aboutTit p span { font-size: 20px; }
    .about .aboutTit p span::before{ width: 12px; height: 12px; background-size: 100%; left: 10px;}
    .about .aboutTit p span::after{ width: 12px; height: 12px; background-size: 100%; right: 10px;}
    .about .aboutTit p { font-size: 16px; }

    .about .aboutOne { padding: 60px 0 18px; }
    .about .aboutOne .con, .about .aboutTwo .con{ display: block;}
    .about .aboutOne .con .item, .about .aboutTwo .con .item{ width: 100%; margin-bottom: 30px;}
    .about .aboutOne .con .item .tit { font-size: 30px; text-align: center;}
    .about .aboutOne .con .item .box { margin-top: 6px; }
    .about .aboutOne .con .item .box ul li ol, .about .aboutTwo .con .item .box ul li ol{ padding: 20px; height: 100%;}
    .about .aboutOne .con .item .box ul li ol h3, .about .aboutTwo .con .item .box ul li ol h3 { font-size: 14px; margin-bottom: 10px; }
    .about .aboutOne .con .item .box ul li ol dl b, .about .aboutTwo .con .item .box ul li ol dl b { font-size: 30px; }
    .about .aboutOne .con .item .box ul li ol dl span, .about .aboutTwo .con .item .box ul li ol dl span{ font-size: 20px;}
    .about .aboutOne .con .item .box ul li ol dl em, .about .aboutTwo .con .item .box ul li ol dl em{ font-size: 15px;}

    .about .aboutTwo { padding: 60px 0 20px; }
    .about .aboutTwo::before { height: 40px; }
    .about .aboutTwo .con .item{ margin-bottom: 15px;}

    .aboutBg01{ padding: 30px 0;}
    .aboutBg02 { background: url(../images/aboutBg02.webp) no-repeat top center; background-size: 150% auto; }

    .about .aboutThree { padding: 60px 0 80px; }
    .about .aboutThree::before{ height: 40px;}

    .about .aboutFour .box ul{ margin: 0; display: block;}
    .about .aboutFour .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}

    .about .aboutFive { padding: 60px 0; }
    .about .aboutFive .tit{ margin-bottom: 25px;}
    .about .aboutFive .tit h2 { font-size: 24px; margin-bottom: 15px;}
    .about .aboutFive .tit p{ font-size: 14px;}

    .about .aboutSix { padding: 60px 0; }
    .about .aboutSix .box ul{ display: block; margin: 0;}
    .about .aboutSix .box ul li{ width: 100%; padding: 0 10px; margin-bottom: 10px;}
    .about .aboutSix .box ul li ol img{ height: 30px;}
    .about .aboutSix .box ul li ol h3 { font-size: 16px; margin: 15px 0 8px; }
    .about .aboutSix .box ul li ol dt{ font-size: 14px;}

    .contact{ padding: 50px 0;}
    .contact ul{ display: block; margin: 0;}
    .contact ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .contact ul li ol{ padding: 30px;}
    .contact ul li i img{ height: 30px;}
    .contact ul li ol h3 { font-size: 16px; margin: 10px 0; }

    .contact .daili { height: 170px; margin-top: 40px; background-size:auto 100%  !important;}

    .message { padding: 30px 0 80px; }
    .message .box { padding: 30px; }
    .message .box ul li{ width: 100%; margin-bottom: 5px;}
    .message .box ul ol{ width: 100%; margin-bottom: 5px;}
    .message .box .tit{ margin-bottom: 2px;}
    .message .box input{ height: 38px; font-size: 14px; padding: 0 10px;}
    .message .box textarea{ height: 80px; font-size: 14px; padding: 10px;}
    .message .box button { width: 125px; height: 38px; line-height: 38px;}

    .footer .loginContact{ padding: 22px 0;}
    .footer .loginContact .logo{ height: 40px;}
    .footer .loginContact .fcontact{ margin-right: 0;}
    .footer .loginContact .fcontact dl{ line-height: 18px; background-size: auto 100%; padding-left: 20px;}
    .footer .loginContact .fcontact ol{ font-size: 15px;}
    .footer .fmain .wrap{ display: block;}
    .footer .messageEwm .messageLink{ margin-bottom: 20px;}
    .footer .messageEwm .messageLink ul{ justify-content: center;}
    .footer .messageEwm .ewm ul{ justify-content: center;}
    .footer .fmain .nav{ display: none;}
    .footer .copyright{ line-height: 1.4; padding: 15px 0;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; padding-top: 20px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; }
    .fenye a.current { color: #fff;  margin-right: 3px;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}


    .tccMessage .BoxCon { width: 90%; padding: 30px 20px;}
    .tccMessage .BoxCon .off { width: 13px; height: 13px; top: 20px; right: 20px;}
    .tccMessage .ntitle h2 { font-size: 24px; margin-bottom: 12px;}
    .tccMessage .ntitle p { font-size: 14px; }
    .tccMessage .message .box ul li{ width: 100%; margin-bottom: 5px;}
    .tccMessage .message .box ul ol{ width: 100%; margin-bottom: 5px;}
    .tccMessage .message .box .tit{ margin-bottom: 2px;}
    .tccMessage .message .box input{ height: 38px; font-size: 14px; padding: 0 10px;}
    .tccMessage .message .box textarea{ height: 80px; font-size: 14px; padding: 10px;}
    .tccMessage .message .box button { width: 125px; height: 38px; line-height: 38px;}
}